home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
stewie.swf
/
scripts
/
DefineSprite_77
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
216 b
|
13 lines
_root.stop();
loading = _root.getBytesLoaded();
total = _root.getBytesTotal();
percent = loading / total * 100;
if(loading != total)
{
loadBarMask._xscale = percent;
}
else
{
this.gotoAndPlay(3);
}